home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / TESTS / HELLO.ICN < prev    next >
Text File  |  1990-03-02  |  82b  |  6 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    every write(&features)
  5. end
  6.